subtitleFontLineHeight
Type
property
Summary
Determines the height of the subtitle line.
Syntax
set the subtitleFontLineHeight of widget to {"normal" | "inherit" | "initial" | "revert" | "unset" | number [ em | % ]}
get the subtitleFontLineHeight of widget
Description
Use the subtitleFontLineHeight property to set the height of the subtitle line. https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
Examples
# Keyword value
set the subtitleFontLineHeight of widget "Chart View" to "normal"
# Unitless values: use this number multiplied by the element's font size
set the subtitleFontLineHeight of widget "Chart View" to 3.5
# <length> values
set the subtitleFontLineHeight of widget "Chart View" to "3em"
# <percentage> values
set the subtitleFontLineHeight of widget "Chart View" to "34%"
# Global values
set the subtitleFontLineHeight of widget "Chart View" to "inherit"
Compatibility and Support
OS
mac
windows
linux
ios
android
web